Package-level declarations

Types

Link copied to clipboard
class BuildException(message: String, throwable: Throwable? = null) : BuildException
Link copied to clipboard

The IntelliJ Platform Gradle Plugin build features dedicated to control some of the low-level Gradle plugin behaviors. To enable or disable a particular feature, add a Project property to the gradle.properties file with the following pattern:

Link copied to clipboard
object Constants
Link copied to clipboard
annotation class IntelliJPlatform

Represents an annotation to mark DSL elements related to the IntelliJ Platform.

Link copied to clipboard

Describes all IntelliJ Platform types available to be used for plugin development, dependency resolution, and plugin verification.

Functions

Link copied to clipboard
fun Project.isBuildFeatureEnabled(feature: BuildFeature): Provider<Boolean>

Checks if the specified build feature is enabled for the current project.